projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e4bac8
)
Quell a compiler warning
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 11 Oct 2013 02:14:32 +0000
(22:14 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 11 Oct 2013 20:27:43 +0000
(16:27 -0400)
gdk/gdkwindow.c
patch
|
blob
|
history
diff --git
a/gdk/gdkwindow.c
b/gdk/gdkwindow.c
index b16f2836de888d117668ba6c1ae4ef98f2f06e60..ee10901481f640f22b9e490fa39f877eed5a9163 100644
(file)
--- a/
gdk/gdkwindow.c
+++ b/
gdk/gdkwindow.c
@@
-7477,8
+7477,8
@@
send_crossing_event (GdkDisplay *display,
if (type == GDK_ENTER_NOTIFY &&
(pointer_info->need_touch_press_enter ||
- source_device &&
-
gdk_device_get_source (source_device) == GDK_SOURCE_TOUCHSCREEN
) &&
+
(
source_device &&
+
gdk_device_get_source (source_device) == GDK_SOURCE_TOUCHSCREEN)
) &&
mode != GDK_CROSSING_TOUCH_BEGIN &&
mode != GDK_CROSSING_TOUCH_END)
{